Crate zerror

source ·
Expand description

zerror is a module for creating rich error types.

Traits

  • The core type of zerror. Implement this trait, or wrap and proxy ErrorCore, to create rich errors in the long_form. This integrates with the error handling “monad” over Result<T, Z>.